Vcenter Network Projects Vpcs ListResult
Vcenter Network Projects Vpcs ListResult
The Vcenter Network Projects Vpcs ListResult schema represents the result of GET /vcenter/network/projects/{project}/vpcs operation.
This schema was added in vSphere API 9.0.0.0.
JSON Example
{
"vpcs": [
{
"vpc": {
"id": "string",
"name": "string",
"external_id": "string"
},
"project": {
"id": "string",
"name": "string",
"external_id": "string"
}
}
]
}
array of
Vcenter Network Projects Vpcs Info
vpcs
Required
Info(s) of VPC.
This property was added in vSphere API 9.0.0.0.